home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Memphis Amiga Group / MAG New User Disk Set v2 (1994-08)(Memphis Amiga Group)(Disk 2 of 6).zip / MAG New User Disk Set v2 (1994-08)(Memphis Amiga Group)(Disk 2 of 6).adf / Install < prev    next >
Text File  |  1993-06-13  |  3KB  |  63 lines

  1. ;              Archiver Install Script by /\/\erliN!  06-10-93
  2.  
  3.  
  4. (set @default-dest "")
  5. (complete 0)
  6.  
  7.  
  8. (message
  9.         "\nAMIGA RULEZ!!\n\nThis is a custom install script for installing Amiga file and disk archivers.  Dox are included in the Archivers-Dox drawer.  READ THEM!!!\n\nDisk created by /\\/\\erliN! 06-10-93"
  10. )
  11.  
  12.  
  13. (copyfiles
  14.     (prompt "These are the more popular archivers used on the Amiga today.  Click HELP for descriptions of each.\nWhich do you wish to install?\n")
  15.     (help "\nDescriptions consist of:\nName, Archive Type: Descripton\n\nARC, File Packer/UnPacker: Old, but still used.\n\nDMS, Disk Packer/UnPacker: The most popular archiver for packing/unpacking entire disks.\n\nLHA, File Packer/UnPacker:  The most popular archiver for packing single or multiple files.\n\nLHASFX, Companion for LHA: Creates self-extracting archives from LHA files, no UnPacker is needed to decompress.\n\nUnZip, File UnPacker: Decompresses ZIP file archives.\n\n""UUEncode, Encoder Utility: Converts a binary file into text for transmission through E-Mail.\n\nUUDecode, Decoder Utility: Converts a UU-Encoded file back to its origional binary form.\n\nZOO, File Packer/UnPacker: Old, but still used.\n\nZOOM, Disk Packer/UnPacker: Better than DMS, but not very popular.  Has an intuition interface.")
  16.     (source ":C")
  17.     (dest "C:")
  18.     (pattern "#?")
  19.     (files)
  20.     (confirm)
  21. )
  22.  
  23. (complete 30)
  24.  
  25. (copylib
  26.     (prompt "Copying arp.library to LIBS:\nThis is required for ZOOM to operate.")
  27.     (help @copylib-help)
  28.     (source ":LIBS/arp.library")
  29.     (dest "LIBS:")
  30.     (confirm)
  31. )
  32.  
  33.  
  34. (complete 45)
  35.  
  36.  
  37. (copyfiles
  38.         (prompt "These are older archivers.  Click HELP for descriptions of each.\n  Which do you wish to install?\n")
  39.     (help "\nDescriptions consist of:\nName, Archive Type: Description\n\nLHWarp, Disk Packer/UnPacker: Clone of WARP, very old.\n\nPAK, File Packer/UnPacker: Very old, almost never used today.\n\nUnWarp, Disk UnPacker: Part of the very old WARP distribution, unpacks WARP disk archives.\n\nWARP, Disk Packer: Part of the very old WARP distribution.  WARP developed into the much better DMS program, so it is hardly ever used today.\n\n""WarpFix, WARP Utility: Part of the very old WARP distribution, tries to fix damaged WARP archives.\n\nWSplit, WARP Utility: Part of the very old WARP distribution, splits WARP archives into seperate, smaller files." )
  40.     (source ":C.OLD")
  41.     (dest "C:")
  42.     (pattern "#?")
  43.     (files)
  44.     (confirm)
  45. )
  46.  
  47.  
  48. (complete 85)
  49.  
  50.  
  51. (copyfiles
  52.     (prompt "These are some extra archivers.  Click HELP for descriptions of each.\n  Which do you wish to install?\n")
  53.     (help "\nDescriptions consist of:\nName, Archive Type: Description\n\nARJ, File UnPacker: Decompresses IBM ARJ archives.\n\nUnSIT, File UnPacker: Decompresses Macintosh Stuff-It! archives.\n")
  54.     (source ":C.Extras")
  55.     (dest "C:")
  56.     (pattern "#?")
  57.     (files)
  58.     (confirm)
  59. )
  60.  
  61.  
  62. (complete 100)
  63.